home *** CD-ROM | disk | FTP | other *** search
-
- /* ups.c */
- int main ( int argc , char **argv );
- int upsconnect ( char *host );
- int sendfile ( char *file );
- int upsread ( struct passwd *mypwent );
- int problem ( int die );
- int upsgetmsg ( char *mailbuffer );
- struct user_list *alias_expand ( char *user , char *host , char *myhost );
- struct user_list *alloc_list ( char *user , char *host );
-